stack: Fix check if page is selected
authorMohammed Sadiq <sadiq@sadiqpk.org>
Wed, 24 Mar 2021 14:53:09 +0000 (20:23 +0530)
committerMohammed Sadiq <sadiq@sadiqpk.org>
Wed, 24 Mar 2021 14:53:09 +0000 (20:23 +0530)
commite211740da6ced87ec59a7231be2e3fba64d2dfb2
tree95d0e14541b46f686420283e992ff5c7c1d71658
parent0351bc766c8c84fea8800abc118c31ba5b447f22
stack: Fix check if page is selected

When there is no visible child, gtk_selection_model_is_selected()
was returning TRUE for any invalid position.

So check if the page is non-NULL and match
gtk/gtkstack.c